home *** CD-ROM | disk | FTP | other *** search
/ APDL Other Worlds / APDL Other Worlds Collection.iso / SF3000 / Extras / !FednetCmp / !Boot next >
Encoding:
Text File  |  2003-09-13  |  539 b   |  19 lines

  1. | FednetCmp - Fednet file compression/decompression
  2. | © Chris Bazley, 2001
  3. | !Boot file
  4.  
  5. Set FednetCmp$Dir <Obey$Dir>
  6.  
  7. | load either RO3 or RO4 icons
  8. Set FednetCmp$ro4 1
  9. RMEnsure UtilityModule 4.00 Set FednetCmp$ro4 0
  10. If <FednetCmp$ro4> = 1 Then IconSprites <FednetCmp$Dir>.4Sprites Else IconSprites <FednetCmp$Dir>.!Sprites
  11. Unset FednetCmp$ro4
  12.  
  13. | This filetype is not official - simply taken from
  14. | the StarFighter 3000 internal files
  15. Set File$Type_154 Fednet
  16.  
  17. | Grab compressed files
  18. Set Alias$@RunType_154 Run <FednetCmp$Dir>.!Run %%*0
  19.